Skip to content

use models from model picker on CC as priority for smart routing - #503

Merged
lilly-luo merged 7 commits into
mainfrom
model-picker-only
Sep 9, 2026
Merged

use models from model picker on CC as priority for smart routing #503
lilly-luo merged 7 commits into
mainfrom
model-picker-only

Conversation

@lilly-luo

@lilly-luo lilly-luo commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

as titled. i tested:

  "modelPicker": {
    "replaceBuiltInOptions": true,
    "options": [
      {
        "model": "system.ai.claude-opus-4-8"
      },
      {
        "model": "system.ai.glm-5-2"
      },
      {
        "model": "system.ai.glm-5-3-flash"
      },
      {
        "model": "system.ai.claude-sonnet-4-6"
      }
    ]
  }
  • added the 4 models in /etc/claude-code/managed-settings.json and confirmed that smart routing worked and these were the only 4 models sent
  • added the 4 models in ~/.claude/ucode-settings.json and confirmed that smart routing worked and these were the only 4 models sent (nothing in managed-settings.json)
  • added the 4 models in ~/.claude/settings.json and confirmed that smart routing worked and these were the only 4 models sent (nothing in ucode-settings.json or managed settings).

Comment thread src/ucode/agents/claude.py Outdated
Comment thread src/ucode/smart_routing/v2.py
@lilly-luo
lilly-luo enabled auto-merge (squash) September 9, 2026 15:17
@lilly-luo
lilly-luo merged commit 458616b into main Sep 9, 2026
4 of 6 checks passed
@lilly-luo
lilly-luo deleted the model-picker-only branch September 9, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants